home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / ADVEDG.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.9 KB  |  47 lines

  1. <html>
  2. <%!PosGrantIpAccess urlparam%>
  3. <title>Internet Service Manager - Grant Access</title>
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5.  
  6. <!-- Header -->
  7. <TABLE BORDER=0>
  8. <TR VALIGN=CENTER>
  9. <TD>
  10. <A HREF="/iisadmin/default.htm">
  11. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  12. <TD><FONT SIZE=+2 COLOR=000000>
  13. <B><%if servid EQ 4%>WWW Administrator<%elif servid EQ 1%>FTP Administrator<%elif servid EQ 2%>Gopher Administrator<%endif%> - Grant Access</B></FONT><BR>
  14. <FONT SIZE=+1 COLOR=000000>Administration on <%servname%>://<%hostname%></FONT>
  15. </TD></TR>
  16. </TABLE>
  17. <HR>
  18. <P>
  19. <table BORDER=0 BGCOLOR=C0C0C0 NOWRAP>
  20.  
  21. <%if servid EQ 4%>Grant WWW access to the following :<%elif servid EQ 1%>Grant FTP access to the following :<%elif servid EQ 2%>Grant Gopher access to the following :<%endif%>
  22. <P>
  23.  
  24. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/advedgu+<%ipgrantref%>">
  25. <input type="radio" name="grantisipsingle" value=1 <%if grantisipsingle EQ 1%>CHECKED<%endif%>> Single Computer<p>
  26. <input type="radio" name="grantisipsingle" value=0 <%if grantisipsingle EQ 0%>CHECKED<%endif%>> Group of Computers<p>
  27. IP Address : <input type="text" name="grantipaddr" value="<%grantipaddr%>"><p>
  28. A subnet mask is only necessary when you deny access to a group of computers<p>
  29. Subnet Mask : <input type="text" name="grantipmask" value="<%if grantisipsingle EQ 0%><%grantipmask%><%endif%>"><p>
  30.  
  31. <!-- OK/CANCEL/RESET Buttons -->
  32. <TABLE WIDTH=500 HEIGHT=30 BORDER=0 NOWRAP>
  33. <TR><TD ALIGN=RIGHT>
  34. <input type="submit" value="     OK     ">
  35. <input type="submit" name="cancel" value=" Cancel ">
  36. <input type="reset" value="  Reset  ">
  37. <%if 1 EQ 1%>
  38. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>htadve.htm<%elif servid EQ 1%>ftadve.htm<%elif servid EQ 2%>goadve.htm<%endif%>">
  39. <input type="submit" name="help" value="  Help  ">
  40. <%endif%>
  41. </TD></TR>
  42. </TABLE>
  43.  
  44. </TABLE>
  45. </form>
  46. </body>
  47. </html>